home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1991 …esperately Seeking Seven / Desperately Seeking Seven.2mg / Dev.CD.8 / Essentials / Tools / DTS.Samples / Release.Notes < prev    next >
Encoding:
Text File  |  1990-05-25  |  1.9 KB  |  44 lines  |  [04] ASCII Text (0x0000)

  1. Release Notes - Developer Technical Support Apple II Sample Code
  2. June 1990
  3.  
  4. These notes pertain to the complete re-release of Apple II Sample Code from 
  5. Developer Technical Support.  Read these Notes and the Sample Code Notes 
  6. before attempting to build the Sample Code programs.
  7.  
  8. - You need to use the latest M16.UTIL2 interface file that is included with this 
  9. Sample Code.  It is the most recent version of this interface file that exists at 
  10. the date of shipping this release.
  11.  
  12. - Prior to building Sample Code Programs 9,12, or 22 (Lister, Math, or 
  13. AutoLaunch (MPW only)), you need to install the DTS.lib1.v1.0 librarary 
  14. (found in Sample Code #20, DTS Tools & Libraries) into your APW or MPW 
  15. libraries folder.
  16.  
  17. - The DTS tools named fakeModalTool and pixMapTool (found in Sample 
  18. Code #20, DTS Tools & Libraries) have some new interface files.  These 
  19. interfaces (found in the same folder) should be installed in the appropriate 
  20. APW or MPW folders.
  21.  
  22. - For APW assembly samples, the macros need to be built before you can build 
  23. the samples.  Each sample has various build scripts.  The Full.Build script 
  24. executes all of the other build scripts in the necessary order, so for a first build, 
  25. execute a Full.Build.
  26.  
  27. - The E16.WINDOW interface file has two offset definitions, named 
  28. owrRefCon and owRefCon.  Some versions of the interface file do not have 
  29. owrRefCon.  If you have owRefCon twice, change the one that equals 178 to 
  30. owrRefCon.  To be more specific, the correct values for these definitions are:
  31.  
  32. owrRefCon        equ    178
  33. owRefCon        equ    8
  34.  
  35. - All of the APW Build.Macros script files reset prefix 7.  If you are using this 
  36. prefix for something, you need to keep this change in mind.
  37.  
  38. - Some builds display warnings.  If they are library build warnings, you can 
  39. ignore them.  Sample Code 9, Lister also has a Rez warning.  Other warnings 
  40. and errors likely indicate an actual problem.
  41.  
  42. Developer Technical Support
  43. June 1990
  44.